Html Css Color HEX #4130FC Neon Blue

📋 copy color: '#4130FC'

red 65 ◦ green 48 ◦ blue 252

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

Shades of Neon Blue #4130FC

Tints of Neon Blue #4130FC

RGB

 RED value IS 65 (25.78% from 255) = 17.81%

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 17.81%
G = 13.15%
B = 69.04%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4130FC (or 0x4130FC) is known color: Neon Blue. HEX triplet: 41, 30 and FC. RGB value is (65,48,252). Sum of RGB (Red+Green+Blue) = 65+48+252=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #4130FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130FC is #BECF03. Grayscale: #4B4B4B. Windows color (decimal): -12504836 or 16527425. OLE color: 16527425.

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

Color convert

RGB 65 48 252 -
CMYK 0.74 0.81 0 0.01
HSL 245º 0.97% 0.59% -
HSV(B) 245º 0.81% 0.99% -
XYZ 20.81 10.27 92.98 -
YUV 76.34 227.13 119.91 -
System Red Green Blue C M Y K H S L
Decimal 65 48 252 0.74 0.81 0 0.01 245 0.97 0.59
Hex 41 30 FC 4A 51 0 1 F5 61 3B
Octal 101 60 374 112 121 0 1 365 141 73
Binary 1000001 110000 11111100 1001010 1010001 0 1 11110101 1100001 111011

Color Harmonies of #4130FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130FC

Black with #4130FC

Text Example


Text Example

White with #4130FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,48,252); }

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

background-color css

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

 a { background-color: rgb(65,48,252); }

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

border-color css

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

 span { border-color: rgb(65,48,252); }

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