Html Css Color HEX #4045FF Neon Blue

📋 copy color: '#4045FF'

red 64 ◦ green 69 ◦ blue 255

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

Shades of Neon Blue #4045FF

Tints of Neon Blue #4045FF

RGB

 RED value IS 64 (25.39% from 255) = 16.49%

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 16.49%
G = 17.78%
B = 65.72%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4045FF (or 0x4045FF) is known color: Neon Blue. HEX triplet: 40, 45 and FF. RGB value is (64,69,255). Sum of RGB (Red+Green+Blue) = 64+69+255=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #4045FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4045FF is #BFBA00. Grayscale: #575757. Windows color (decimal): -12564993 or 16729408. OLE color: 16729408.

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

Color convert

RGB 64 69 255 -
CMYK 0.75 0.73 0 0
HSL 238.43º 1% 0.63% -
HSV(B) 238.43º 0.75% 1% -
XYZ 22.29 12.57 95.86 -
YUV 88.71 221.84 110.38 -
System Red Green Blue C M Y K H S L
Decimal 64 69 255 0.75 0.73 0 0 238.43 1 0.63
Hex 40 45 FF 4B 49 0 0 EE 64 3F
Octal 100 105 377 113 111 0 0 356 144 77
Binary 1000000 1000101 11111111 1001011 1001001 0 0 11101110 1100100 111111

Color Harmonies of #4045FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4045FF

Black with #4045FF

Text Example


Text Example

White with #4045FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,69,255); }

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

background-color css

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

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

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

border-color css

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

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

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