Html Css Color HEX #1F3BFC Neon Blue

📋 copy color: '#1F3BFC'

red 31 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #1F3BFC

Tints of Neon Blue #1F3BFC

RGB

 RED value IS 31 (12.5% from 255) = 9.06%

 GREEN value IS 59 (23.44% from 255) = 17.25%

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

R = 9.06%
G = 17.25%
B = 73.68%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F3BFC (or 0x1F3BFC) is known color: Neon Blue. HEX triplet: 1F, 3B and FC. RGB value is (31,59,252). Sum of RGB (Red+Green+Blue) = 31+59+252=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F3BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3BFC is #E0C403. Grayscale: #474747. Windows color (decimal): -14730244 or 16530207. OLE color: 16530207.

HSL color Cylindrical-coordinate representation of color #1F3BFC: hue angle of 232.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3BFC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 59 252 -
CMYK 0.88 0.77 0 0.01
HSL 232.4º 0.97% 0.55% -
HSV(B) 232.4º 0.88% 0.99% -
XYZ 19.7 10.45 93.07 -
YUV 72.63 229.22 98.31 -
System Red Green Blue C M Y K H S L
Decimal 31 59 252 0.88 0.77 0 0.01 232.4 0.97 0.55
Hex 1F 3B FC 58 4D 0 1 E8 61 37
Octal 37 73 374 130 115 0 1 350 141 67
Binary 11111 111011 11111100 1011000 1001101 0 1 11101000 1100001 110111

Color Harmonies of #1F3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BFC

Black with #1F3BFC

Text Example


Text Example

White with #1F3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3BFC; }

 p { color: rgb(31,59,252); }

 H1.HeaderClassName
 {
   color: #1F3BFC;
 }
 .AnyTagClassName
 {
   color: #1F3BFC;
 }
</style>

background-color css

<style>
 a { background-color: #1F3BFC; }

 a { background-color: rgb(31,59,252); }

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

border-color css

<style>
 span { border-color: #1F3BFC; }

 span { border-color: rgb(31,59,252); }

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