Html Css Color HEX #4142FD Neon Blue

📋 copy color: '#4142FD'

red 65 ◦ green 66 ◦ blue 253

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

Shades of Neon Blue #4142FD

Tints of Neon Blue #4142FD

RGB

 RED value IS 65 (25.78% from 255) = 16.93%

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

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

R = 16.93%
G = 17.19%
B = 65.89%

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

#4142FD (or 0x4142FD) is known color: Neon Blue. HEX triplet: 41, 42 and FD. RGB value is (65,66,253). Sum of RGB (Red+Green+Blue) = 65+66+253=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #4142FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4142FD is #BEBD02. Grayscale: #565656. Windows color (decimal): -12500227 or 16597569. OLE color: 16597569.

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

Color convert

RGB 65 66 253 -
CMYK 0.74 0.74 0 0.01
HSL 239.68º 0.98% 0.62% -
HSV(B) 239.68º 0.74% 0.99% -
XYZ 21.86 12.11 94.11 -
YUV 87.02 221.67 112.29 -
System Red Green Blue C M Y K H S L
Decimal 65 66 253 0.74 0.74 0 0.01 239.68 0.98 0.62
Hex 41 42 FD 4A 4A 0 1 F0 62 3E
Octal 101 102 375 112 112 0 1 360 142 76
Binary 1000001 1000010 11111101 1001010 1001010 0 1 11110000 1100010 111110

Color Harmonies of #4142FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4142FD

Black with #4142FD

Text Example


Text Example

White with #4142FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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