Html Css Color HEX #4242FD Neon Blue

📋 copy color: '#4242FD'

red 66 ◦ green 66 ◦ blue 253

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

Shades of Neon Blue #4242FD

Tints of Neon Blue #4242FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.71%

R = 17.14%
G = 17.14%
B = 65.71%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4242FD (or 0x4242FD) is known color: Neon Blue. HEX triplet: 42, 42 and FD. RGB value is (66,66,253). Sum of RGB (Red+Green+Blue) = 66+66+253=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #4242FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4242FD is #BDBD02. Grayscale: #565656. Windows color (decimal): -12434691 or 16597570. OLE color: 16597570.

HSL color Cylindrical-coordinate representation of color #4242FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4242FD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 66 253 -
CMYK 0.74 0.74 0 0.01
HSL 240º 0.98% 0.63% -
HSV(B) 240º 0.74% 0.99% -
XYZ 21.92 12.15 94.12 -
YUV 87.32 221.5 112.79 -
System Red Green Blue C M Y K H S L
Decimal 66 66 253 0.74 0.74 0 0.01 240 0.98 0.63
Hex 42 42 FD 4A 4A 0 1 F0 62 3F
Octal 102 102 375 112 112 0 1 360 142 77
Binary 1000010 1000010 11111101 1001010 1001010 0 1 11110000 1100010 111111

Color Harmonies of #4242FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4242FD

Black with #4242FD

Text Example


Text Example

White with #4242FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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