Html Css Color HEX #1241FC Neon Blue

📋 copy color: '#1241FC'

red 18 ◦ green 65 ◦ blue 252

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

Shades of Neon Blue #1241FC

Tints of Neon Blue #1241FC

RGB

 RED value IS 18 (7.42% from 255) = 5.37%

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 5.37%
G = 19.4%
B = 75.22%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1241FC (or 0x1241FC) is known color: Neon Blue. HEX triplet: 12, 41 and FC. RGB value is (18,65,252). Sum of RGB (Red+Green+Blue) = 18+65+252=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #1241FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1241FC is #EDBE03. Grayscale: #474747. Windows color (decimal): -15580676 or 16531730. OLE color: 16531730.

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

Color convert

RGB 18 65 252 -
CMYK 0.93 0.74 0 0.01
HSL 227.95º 0.98% 0.53% -
HSV(B) 227.95º 0.93% 0.99% -
XYZ 19.71 10.94 93.17 -
YUV 72.27 229.43 89.29 -
System Red Green Blue C M Y K H S L
Decimal 18 65 252 0.93 0.74 0 0.01 227.95 0.98 0.53
Hex 12 41 FC 5D 4A 0 1 E4 62 35
Octal 22 101 374 135 112 0 1 344 142 65
Binary 10010 1000001 11111100 1011101 1001010 0 1 11100100 1100010 110101

Color Harmonies of #1241FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241FC

Black with #1241FC

Text Example


Text Example

White with #1241FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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