Html Css Color HEX #6249FA Neon Blue

📋 copy color: '#6249FA'

red 98 ◦ green 73 ◦ blue 250

#6249FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6249FA

Tints of Neon Blue #6249FA

RGB

 RED value IS 98 (38.67% from 255) = 23.28%

 GREEN value IS 73 (28.91% from 255) = 17.34%

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 23.28%
G = 17.34%
B = 59.38%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6249FA (or 0x6249FA) is known color: Neon Blue. HEX triplet: 62, 49 and FA. RGB value is (98,73,250). Sum of RGB (Red+Green+Blue) = 98+73+250=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #6249FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6249FA is #9DB605. Grayscale: #636363. Windows color (decimal): -10335750 or 16402786. OLE color: 16402786.

HSL color Cylindrical-coordinate representation of color #6249FA: hue angle of 248.47º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6249FA is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 73 250 -
CMYK 0.61 0.71 0 0.02
HSL 248.47º 0.95% 0.63% -
HSV(B) 248.47º 0.71% 0.98% -
XYZ 24.67 14.26 91.9 -
YUV 100.65 212.28 126.11 -
System Red Green Blue C M Y K H S L
Decimal 98 73 250 0.61 0.71 0 0.02 248.47 0.95 0.63
Hex 62 49 FA 3D 47 0 2 F8 5F 3F
Octal 142 111 372 75 107 0 2 370 137 77
Binary 1100010 1001001 11111010 111101 1000111 0 10 11111000 1011111 111111

Color Harmonies of #6249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6249FA

Black with #6249FA

Text Example


Text Example

White with #6249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6249FA; }

 p { color: rgb(98,73,250); }

 H1.HeaderClassName
 {
   color: #6249FA;
 }
 .AnyTagClassName
 {
   color: #6249FA;
 }
</style>

background-color css

<style>
 a { background-color: #6249FA; }

 a { background-color: rgb(98,73,250); }

 div.DivClassName
 {
   background-color: #6249FA;
 }
 .BgClassName
 {
   background-color: #6249FA;
 }
</style>

border-color css

<style>
 span { border-color: #6249FA; }

 span { border-color: rgb(98,73,250); }

 td.TdClassName
 {
   border-color: #6249FA;
 }
 .TagClassName
 {
   border-color: #6249FA;
 }
</style>