Html Css Color HEX #4264FF Neon Blue

📋 copy color: '#4264FF'

red 66 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #4264FF

Tints of Neon Blue #4264FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 15.68%
G = 23.75%
B = 60.57%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4264FF (or 0x4264FF) is known color: Neon Blue. HEX triplet: 42, 64 and FF. RGB value is (66,100,255). Sum of RGB (Red+Green+Blue) = 66+100+255=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4264FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264FF is #BD9B00. Grayscale: #6A6A6A. Windows color (decimal): -12425985 or 16737346. OLE color: 16737346.

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

Color convert

RGB 66 100 255 -
CMYK 0.74 0.61 0 0
HSL 229.21º 1% 0.63% -
HSV(B) 229.21º 0.74% 1% -
XYZ 24.85 17.49 96.67 -
YUV 107.5 211.24 98.4 -
System Red Green Blue C M Y K H S L
Decimal 66 100 255 0.74 0.61 0 0 229.21 1 0.63
Hex 42 64 FF 4A 3D 0 0 E5 64 3F
Octal 102 144 377 112 75 0 0 345 144 77
Binary 1000010 1100100 11111111 1001010 111101 0 0 11100101 1100100 111111

Color Harmonies of #4264FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264FF

Black with #4264FF

Text Example


Text Example

White with #4264FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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