Html Css Color HEX #6242F9 Neon Blue

📋 copy color: '#6242F9'

red 98 ◦ green 66 ◦ blue 249

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

Shades of Neon Blue #6242F9

Tints of Neon Blue #6242F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 249 (97.66% from 255) = 60.29%

R = 23.73%
G = 15.98%
B = 60.29%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6242F9 (or 0x6242F9) is known color: Neon Blue. HEX triplet: 62, 42 and F9. RGB value is (98,66,249). Sum of RGB (Red+Green+Blue) = 98+66+249=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #6242F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6242F9 is #9DBD06. Grayscale: #5F5F5F. Windows color (decimal): -10337543 or 16335458. OLE color: 16335458.

HSL color Cylindrical-coordinate representation of color #6242F9: hue angle of 250.49º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6242F9 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 66 249 -
CMYK 0.61 0.73 0 0.02
HSL 250.49º 0.94% 0.62% -
HSV(B) 250.49º 0.73% 0.98% -
XYZ 24.08 13.33 90.93 -
YUV 96.43 214.1 129.12 -
System Red Green Blue C M Y K H S L
Decimal 98 66 249 0.61 0.73 0 0.02 250.49 0.94 0.62
Hex 62 42 F9 3D 49 0 2 FA 5E 3E
Octal 142 102 371 75 111 0 2 372 136 76
Binary 1100010 1000010 11111001 111101 1001001 0 10 11111010 1011110 111110

Color Harmonies of #6242F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242F9

Black with #6242F9

Text Example


Text Example

White with #6242F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6242F9; }

 p { color: rgb(98,66,249); }

 H1.HeaderClassName
 {
   color: #6242F9;
 }
 .AnyTagClassName
 {
   color: #6242F9;
 }
</style>

background-color css

<style>
 a { background-color: #6242F9; }

 a { background-color: rgb(98,66,249); }

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

border-color css

<style>
 span { border-color: #6242F9; }

 span { border-color: rgb(98,66,249); }

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