Html Css Color HEX #4264FE Neon Blue

📋 copy color: '#4264FE'

red 66 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #4264FE

Tints of Neon Blue #4264FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 15.71%
G = 23.81%
B = 60.48%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4264FE (or 0x4264FE) is known color: Neon Blue. HEX triplet: 42, 64 and FE. RGB value is (66,100,254). Sum of RGB (Red+Green+Blue) = 66+100+254=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #4264FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264FE is #BD9B01. Grayscale: #6A6A6A. Windows color (decimal): -12425986 or 16671810. OLE color: 16671810.

HSL color Cylindrical-coordinate representation of color #4264FE: hue angle of 229.15º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4264FE is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 100 254 -
CMYK 0.74 0.61 0 0.00
HSL 229.15º 0.99% 0.63% -
HSV(B) 229.15º 0.74% 1% -
XYZ 24.69 17.43 95.83 -
YUV 107.39 210.74 98.48 -
System Red Green Blue C M Y K H S L
Decimal 66 100 254 0.74 0.61 0 0.00 229.15 0.99 0.63
Hex 42 64 FE 4A 3D 0 0 E5 63 3F
Octal 102 144 376 112 75 0 0 345 143 77
Binary 1000010 1100100 11111110 1001010 111101 0 0 11100101 1100011 111111

Color Harmonies of #4264FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264FE

Black with #4264FE

Text Example


Text Example

White with #4264FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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