Html Css Color HEX #4242FF Neon Blue

📋 copy color: '#4242FF'

red 66 ◦ green 66 ◦ blue 255

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

Shades of Neon Blue #4242FF

Tints of Neon Blue #4242FF

RGB

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

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

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

R = 17.05%
G = 17.05%
B = 65.89%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4242FF (or 0x4242FF) is known color: Neon Blue. HEX triplet: 42, 42 and FF. RGB value is (66,66,255). Sum of RGB (Red+Green+Blue) = 66+66+255=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #4242FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4242FF is #BDBD00. Grayscale: #565656. Windows color (decimal): -12434689 or 16728642. OLE color: 16728642.

HSL color Cylindrical-coordinate representation of color #4242FF: hue angle of 240º 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 #4242FF is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 66 255 -
CMYK 0.74 0.74 0 0
HSL 240º 1% 0.63% -
HSV(B) 240º 0.74% 1% -
XYZ 22.24 12.27 95.8 -
YUV 87.55 222.5 112.63 -
System Red Green Blue C M Y K H S L
Decimal 66 66 255 0.74 0.74 0 0 240 1 0.63
Hex 42 42 FF 4A 4A 0 0 F0 64 3F
Octal 102 102 377 112 112 0 0 360 144 77
Binary 1000010 1000010 11111111 1001010 1001010 0 0 11110000 1100100 111111

Color Harmonies of #4242FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4242FF

Black with #4242FF

Text Example


Text Example

White with #4242FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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