Html Css Color HEX #4247FF Neon Blue

📋 copy color: '#4247FF'

red 66 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #4247FF

Tints of Neon Blue #4247FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 16.84%
G = 18.11%
B = 65.05%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4247FF (or 0x4247FF) is known color: Neon Blue. HEX triplet: 42, 47 and FF. RGB value is (66,71,255). Sum of RGB (Red+Green+Blue) = 66+71+255=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #4247FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4247FF is #BDB800. Grayscale: #595959. Windows color (decimal): -12433409 or 16729922. OLE color: 16729922.

HSL color Cylindrical-coordinate representation of color #4247FF: hue angle of 238.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4247FF is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 71 255 -
CMYK 0.74 0.72 0 0
HSL 238.41º 1% 0.63% -
HSV(B) 238.41º 0.74% 1% -
XYZ 22.55 12.88 95.91 -
YUV 90.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 66 71 255 0.74 0.72 0 0 238.41 1 0.63
Hex 42 47 FF 4A 48 0 0 EE 64 3F
Octal 102 107 377 112 110 0 0 356 144 77
Binary 1000010 1000111 11111111 1001010 1001000 0 0 11101110 1100100 111111

Color Harmonies of #4247FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247FF

Black with #4247FF

Text Example


Text Example

White with #4247FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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