Html Css Color HEX #4247F9 Neon Blue

📋 copy color: '#4247F9'

red 66 ◦ green 71 ◦ blue 249

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

Shades of Neon Blue #4247F9

Tints of Neon Blue #4247F9

RGB

 RED value IS 66 (26.17% from 255) = 17.1%

 GREEN value IS 71 (28.13% from 255) = 18.39%

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

R = 17.1%
G = 18.39%
B = 64.51%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4247F9 (or 0x4247F9) is known color: Neon Blue. HEX triplet: 42, 47 and F9. RGB value is (66,71,249). Sum of RGB (Red+Green+Blue) = 66+71+249=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #4247F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4247F9 is #BDB806. Grayscale: #595959. Windows color (decimal): -12433415 or 16336706. OLE color: 16336706.

HSL color Cylindrical-coordinate representation of color #4247F9: hue angle of 238.36º 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 #4247F9 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 71 249 -
CMYK 0.73 0.71 0 0.02
HSL 238.36º 0.94% 0.62% -
HSV(B) 238.36º 0.73% 0.98% -
XYZ 21.6 12.5 90.9 -
YUV 89.8 217.84 111.03 -
System Red Green Blue C M Y K H S L
Decimal 66 71 249 0.73 0.71 0 0.02 238.36 0.94 0.62
Hex 42 47 F9 49 47 0 2 EE 5E 3E
Octal 102 107 371 111 107 0 2 356 136 76
Binary 1000010 1000111 11111001 1001001 1000111 0 10 11101110 1011110 111110

Color Harmonies of #4247F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247F9

Black with #4247F9

Text Example


Text Example

White with #4247F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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