Html Css Color HEX #304CFB Neon Blue

📋 copy color: '#304CFB'

red 48 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #304CFB

Tints of Neon Blue #304CFB

RGB

 RED value IS 48 (19.14% from 255) = 12.8%

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 12.8%
G = 20.27%
B = 66.93%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#304CFB (or 0x304CFB) is known color: Neon Blue. HEX triplet: 30, 4C and FB. RGB value is (48,76,251). Sum of RGB (Red+Green+Blue) = 48+76+251=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #304CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFB is #CFB304. Grayscale: #565656. Windows color (decimal): -13611781 or 16469040. OLE color: 16469040.

HSL color Cylindrical-coordinate representation of color #304CFB: hue angle of 231.72º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304CFB is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 76 251 -
CMYK 0.81 0.70 0 0.02
HSL 231.72º 0.96% 0.59% -
HSV(B) 231.72º 0.81% 0.98% -
XYZ 21.22 12.76 92.61 -
YUV 87.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 48 76 251 0.81 0.70 0 0.02 231.72 0.96 0.59
Hex 30 4C FB 51 46 0 2 E8 60 3B
Octal 60 114 373 121 106 0 2 350 140 73
Binary 110000 1001100 11111011 1010001 1000110 0 10 11101000 1100000 111011

Color Harmonies of #304CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CFB

Black with #304CFB

Text Example


Text Example

White with #304CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304CFB; }

 p { color: rgb(48,76,251); }

 H1.HeaderClassName
 {
   color: #304CFB;
 }
 .AnyTagClassName
 {
   color: #304CFB;
 }
</style>

background-color css

<style>
 a { background-color: #304CFB; }

 a { background-color: rgb(48,76,251); }

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

border-color css

<style>
 span { border-color: #304CFB; }

 span { border-color: rgb(48,76,251); }

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