Html Css Color HEX #4241DF Neon Blue

📋 copy color: '#4241DF'

red 66 ◦ green 65 ◦ blue 223

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

Shades of Neon Blue #4241DF

Tints of Neon Blue #4241DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 18.64%
G = 18.36%
B = 62.99%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4241DF (or 0x4241DF) is known color: Neon Blue. HEX triplet: 42, 41 and DF. RGB value is (66,65,223). Sum of RGB (Red+Green+Blue) = 66+65+223=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #4241DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241DF is #BDBE20. Grayscale: #525252. Windows color (decimal): -12434977 or 14631234. OLE color: 14631234.

HSL color Cylindrical-coordinate representation of color #4241DF: hue angle of 240.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4241DF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 65 223 -
CMYK 0.70 0.71 0 0.13
HSL 240.38º 0.71% 0.56% -
HSV(B) 240.38º 0.71% 0.87% -
XYZ 17.46 10.27 70.87 -
YUV 83.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 66 65 223 0.70 0.71 0 0.13 240.38 0.71 0.56
Hex 42 41 DF 46 47 0 D F0 47 38
Octal 102 101 337 106 107 0 15 360 107 70
Binary 1000010 1000001 11011111 1000110 1000111 0 1101 11110000 1000111 111000

Color Harmonies of #4241DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241DF

Black with #4241DF

Text Example


Text Example

White with #4241DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4241DF; }

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

 H1.HeaderClassName
 {
   color: #4241DF;
 }
 .AnyTagClassName
 {
   color: #4241DF;
 }
</style>

background-color css

<style>
 a { background-color: #4241DF; }

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

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

border-color css

<style>
 span { border-color: #4241DF; }

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

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