Html Css Color HEX #4253FC Neon Blue

📋 copy color: '#4253FC'

red 66 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #4253FC

Tints of Neon Blue #4253FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 16.46%
G = 20.7%
B = 62.84%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4253FC (or 0x4253FC) is known color: Neon Blue. HEX triplet: 42, 53 and FC. RGB value is (66,83,252). Sum of RGB (Red+Green+Blue) = 66+83+252=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #4253FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4253FC is #BDAC03. Grayscale: #606060. Windows color (decimal): -12430340 or 16536386. OLE color: 16536386.

HSL color Cylindrical-coordinate representation of color #4253FC: hue angle of 234.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4253FC is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 83 252 -
CMYK 0.74 0.67 0 0.01
HSL 234.52º 0.97% 0.62% -
HSV(B) 234.52º 0.74% 0.99% -
XYZ 22.91 14.37 93.66 -
YUV 97.18 215.37 105.76 -
System Red Green Blue C M Y K H S L
Decimal 66 83 252 0.74 0.67 0 0.01 234.52 0.97 0.62
Hex 42 53 FC 4A 43 0 1 EB 61 3E
Octal 102 123 374 112 103 0 1 353 141 76
Binary 1000010 1010011 11111100 1001010 1000011 0 1 11101011 1100001 111110

Color Harmonies of #4253FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4253FC

Black with #4253FC

Text Example


Text Example

White with #4253FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4253FC; }

 p { color: rgb(66,83,252); }

 H1.HeaderClassName
 {
   color: #4253FC;
 }
 .AnyTagClassName
 {
   color: #4253FC;
 }
</style>

background-color css

<style>
 a { background-color: #4253FC; }

 a { background-color: rgb(66,83,252); }

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

border-color css

<style>
 span { border-color: #4253FC; }

 span { border-color: rgb(66,83,252); }

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