Html Css Color HEX #1241FA Neon Blue

📋 copy color: '#1241FA'

red 18 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #1241FA

Tints of Neon Blue #1241FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.08%

R = 5.41%
G = 19.52%
B = 75.08%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1241FA (or 0x1241FA) is known color: Neon Blue. HEX triplet: 12, 41 and FA. RGB value is (18,65,250). Sum of RGB (Red+Green+Blue) = 18+65+250=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #1241FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1241FA is #EDBE05. Grayscale: #474747. Windows color (decimal): -15580678 or 16400658. OLE color: 16400658.

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

Color convert

RGB 18 65 250 -
CMYK 0.93 0.74 0 0.02
HSL 227.84º 0.96% 0.53% -
HSV(B) 227.84º 0.93% 0.98% -
XYZ 19.4 10.81 91.51 -
YUV 72.04 228.43 89.46 -
System Red Green Blue C M Y K H S L
Decimal 18 65 250 0.93 0.74 0 0.02 227.84 0.96 0.53
Hex 12 41 FA 5D 4A 0 2 E4 60 35
Octal 22 101 372 135 112 0 2 344 140 65
Binary 10010 1000001 11111010 1011101 1001010 0 10 11100100 1100000 110101

Color Harmonies of #1241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241FA

Black with #1241FA

Text Example


Text Example

White with #1241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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