Html Css Color HEX #303AF1 Neon Blue

📋 copy color: '#303AF1'

red 48 ◦ green 58 ◦ blue 241

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

Shades of Neon Blue #303AF1

Tints of Neon Blue #303AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 241 (94.53% from 255) = 69.45%

R = 13.83%
G = 16.71%
B = 69.45%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#303AF1 (or 0x303AF1) is known color: Neon Blue. HEX triplet: 30, 3A and F1. RGB value is (48,58,241). Sum of RGB (Red+Green+Blue) = 48+58+241=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #303AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303AF1 is #CFC50E. Grayscale: #4B4B4B. Windows color (decimal): -13616399 or 15809072. OLE color: 15809072.

HSL color Cylindrical-coordinate representation of color #303AF1: hue angle of 236.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303AF1 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 58 241 -
CMYK 0.80 0.76 0 0.05
HSL 236.89º 0.87% 0.57% -
HSV(B) 236.89º 0.8% 0.95% -
XYZ 18.61 10.01 84.17 -
YUV 75.87 221.19 108.12 -
System Red Green Blue C M Y K H S L
Decimal 48 58 241 0.80 0.76 0 0.05 236.89 0.87 0.57
Hex 30 3A F1 50 4C 0 5 ED 57 39
Octal 60 72 361 120 114 0 5 355 127 71
Binary 110000 111010 11110001 1010000 1001100 0 101 11101101 1010111 111001

Color Harmonies of #303AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303AF1

Black with #303AF1

Text Example


Text Example

White with #303AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303AF1; }

 p { color: rgb(48,58,241); }

 H1.HeaderClassName
 {
   color: #303AF1;
 }
 .AnyTagClassName
 {
   color: #303AF1;
 }
</style>

background-color css

<style>
 a { background-color: #303AF1; }

 a { background-color: rgb(48,58,241); }

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

border-color css

<style>
 span { border-color: #303AF1; }

 span { border-color: rgb(48,58,241); }

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