Html Css Color HEX #4246FD Neon Blue

📋 copy color: '#4246FD'

red 66 ◦ green 70 ◦ blue 253

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

Shades of Neon Blue #4246FD

Tints of Neon Blue #4246FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

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

R = 16.97%
G = 17.99%
B = 65.04%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4246FD (or 0x4246FD) is known color: Neon Blue. HEX triplet: 42, 46 and FD. RGB value is (66,70,253). Sum of RGB (Red+Green+Blue) = 66+70+253=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #4246FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4246FD is #BDB902. Grayscale: #585858. Windows color (decimal): -12433667 or 16598594. OLE color: 16598594.

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

Color convert

RGB 66 70 253 -
CMYK 0.74 0.72 0 0.01
HSL 238.72º 0.98% 0.63% -
HSV(B) 238.72º 0.74% 0.99% -
XYZ 22.17 12.63 94.2 -
YUV 89.67 220.17 111.12 -
System Red Green Blue C M Y K H S L
Decimal 66 70 253 0.74 0.72 0 0.01 238.72 0.98 0.63
Hex 42 46 FD 4A 48 0 1 EF 62 3F
Octal 102 106 375 112 110 0 1 357 142 77
Binary 1000010 1000110 11111101 1001010 1001000 0 1 11101111 1100010 111111

Color Harmonies of #4246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246FD

Black with #4246FD

Text Example


Text Example

White with #4246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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